﻿1
00:00:00,640 --> 00:00:07,120
‫So core commands are basically used to manage and interact with an interpreter session, let's list

2
00:00:07,120 --> 00:00:09,450
‫some of them and we'll see them in detail soon.

3
00:00:10,350 --> 00:00:14,250
‫Help command, you know, that it's to list the available commands.

4
00:00:15,510 --> 00:00:20,760
‫Now, here, we've already used the sessions commands in our previous examples to manage the sessions,

5
00:00:21,360 --> 00:00:22,470
‫but we're going to see some more.

6
00:00:23,630 --> 00:00:29,690
‫The background command will send the current interpreter session to the background and return you to

7
00:00:29,690 --> 00:00:35,210
‫the MSF console prompt to get back to your interpreter session, just interact with it again.

8
00:00:36,390 --> 00:00:41,740
‫Using the migrate post module, you can migrate to another process on the victim.

9
00:00:42,360 --> 00:00:44,730
‫Well, you may want to do this for several reasons.

10
00:00:44,730 --> 00:00:51,330
‫For example, you can use the privileges of the migrated process or you migrate to a system process

11
00:00:51,330 --> 00:00:52,170
‫to hide maybe.

12
00:00:53,860 --> 00:01:01,240
‫The channel command is to list and control the active channels, you can open a channel using the execute

13
00:01:01,240 --> 00:01:01,640
‫command.

14
00:01:02,050 --> 00:01:03,640
‫Don't worry, we're going to see that to.

15
00:01:04,550 --> 00:01:11,490
‫Now, the load or it's deprecated alias use commands are used to load interpretor extensions.

16
00:01:11,840 --> 00:01:17,940
‫Please do not confuse the use command of MSF console with a use command of the interpreter.

17
00:01:18,680 --> 00:01:23,360
‫I think this is the reason that the U.S command is replaced by the lower command here.

18
00:01:24,240 --> 00:01:25,770
‫But in any event.

19
00:01:26,710 --> 00:01:27,900
‫It will help you keep it straight.

20
00:01:29,560 --> 00:01:36,280
‫The run command, as you probably remember it, is to run Immaturities script or a post module.

21
00:01:37,090 --> 00:01:43,480
‫And finally, you can use the exit or the quick commands to terminate the interpreter session, so let's

22
00:01:43,480 --> 00:01:45,450
‫see some of the core commands and detail.

